var go.uber.org/zap/zapcore._cePool

3 uses

	go.uber.org/zap/zapcore (current package)
		entry.go#L36: 	_cePool = sync.Pool{New: func() interface{} {
		entry.go#L45: 	ce := _cePool.Get().(*CheckedEntry)
		entry.go#L54: 	_cePool.Put(ce)